In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / DrawBezier Method

DrawBezier Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(266)>

Function DrawBezier( _

   ByVal ImageID As Integer, _

   ByVal Left1 As Single, _

   ByVal Top1 As Single, _

   ByVal Left2 As Single, _

   ByVal Top2 As Single, _

   ByVal Left3 As Single, _

   ByVal Top3 As Single, _

   ByVal Left4 As Single, _

   ByVal Top4 As Single, _

   ByVal PenWidth As Single, _

   ByVal PenColor As Integer, _

   ByVal AntiAlias As Boolean _

) As GdPictureStatus
[DispId(266)]

GdPictureStatus DrawBezier( 

   int ImageID,

   float Left1,

   float Top1,

   float Left2,

   float Top2,

   float Left3,

   float Top3,

   float Left4,

   float Top4,

   float PenWidth,

   int PenColor,

   bool AntiAlias

)
function DrawBezier( 

    ImageID: Integer;

    Left1: Single;

    Top1: Single;

    Left2: Single;

    Top2: Single;

    Left3: Single;

    Top3: Single;

    Left4: Single;

    Top4: Single;

    PenWidth: Single;

    PenColor: Integer;

    AntiAlias: Boolean

): GdPictureStatus; 
DispIdAttribute(266)

function DrawBezier( 

   ImageID : int,

   Left1 : float,

   Top1 : float,

   Left2 : float,

   Top2 : float,

   Left3 : float,

   Top3 : float,

   Left4 : float,

   Top4 : float,

   PenWidth : float,

   PenColor : int,

   AntiAlias : boolean

) : GdPictureStatus;
[DispId(266)]

GdPictureStatus DrawBezier( 

   int ImageID,

   float Left1,

   float Top1,

   float Left2,

   float Top2,

   float Left3,

   float Top3,

   float Left4,

   float Top4,

   float PenWidth,

   int PenColor,

   bool AntiAlias

) 
[DispId(266)]

GdPictureStatus DrawBezier( 

   int ImageID,

   float Left1,

   float Top1,

   float Left2,

   float Top2,

   float Left3,

   float Top3,

   float Left4,

   float Top4,

   float PenWidth,

   int PenColor,

   bool AntiAlias

) 

Parameters

ImageID
Left1
Top1
Left2
Top2
Left3
Top3
Left4
Top4
PenWidth
PenColor
AntiAlias
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members